home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 019 / haldemo.arc / DEMO.BAT < prev    next >
DOS Batch File  |  1985-10-01  |  534b  |  38 lines

  1. cls
  2. echo off
  3. cls
  4. echo Please Wait.....
  5. if "%1" == "" goto start
  6. if %1 == 1 goto begin
  7. if %1 == 2 goto inter
  8. if %1 == 3 goto expert
  9. if %1 == 4 goto quit
  10. :start
  11. copy master1.bat master.bat
  12. cls
  13. echo Demo Loading....
  14. haldemo0
  15. master
  16. :begin
  17. copy master1.bat master.bat
  18. cls
  19. echo Demo Loading....
  20. haldemo1
  21. haldemo0
  22. master
  23. :inter
  24. copy master1.bat master.bat
  25. cls
  26. echo Demo Loading....
  27. haldemo2
  28. haldemo0
  29. master
  30. :expert
  31. copy master1.bat master.bat
  32. cls
  33. echo Demo Loading....
  34. haldemo3
  35. haldemo0
  36. master
  37. :quit
  38. cls